JavaScript

{grid.object}editRow Method

Syntax

{grid.Object}.editRow(rowNumber)

Arguments

rowNumber

The number of the row to be placed in edit mode.

Description

If the Grid's 'RowEditStyle' is set to 'RowOnDemand', puts the specified row into edit mode.

See Also